Skip to content

Update CI workflows to use the current Service Fabric SDK installer#308

Merged
loekd merged 3 commits into
masterfrom
copilot/update-sdk-version-in-workflows
May 17, 2026
Merged

Update CI workflows to use the current Service Fabric SDK installer#308
loekd merged 3 commits into
masterfrom
copilot/update-sdk-version-in-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 13, 2026

The CI and release workflows were still downloading an older Service Fabric SDK installer (11.4.205.1). This updates both workflows to use the newer Microsoft download URL provided for the 11.4.268.x SDK line.

  • Workflow updates

    • Updated .github/workflows/ci.yml
    • Updated .github/workflows/NuGetCD.yml
  • Service Fabric SDK install step

    • Replaced the hardcoded installer URL in both workflows
    • Kept the install flow unchanged; only the downloaded SDK artifact changed
Invoke-RestMethod -OutFile setup.exe -Method GET -Uri https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.11.4.268.1.exe

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • download.microsoft.com
    • Triggering command: /usr/bin/python python - /var/lib/dpkg/info/fonts-dejavu-core.list /var/lib/dpkg/info/netbase.list /var/lib/dpkg/info/libnss3:amd64.list /var/lib/dpkg/info/busybox-static.list /var/lib/dpkg/info/python3-jwt.list /var/lib/dpkg/info/upx-ucl.list /var/lib/dpkg/info/bpfcc-tools.list /var/lib/dpkg/info/python3-jsonpatch.list /var/lib/dpkg/info/libdevmapper-event1.02.1:amd64.list /var/lib/dpkg/info/initramfs-tools-core.list (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI linked an issue May 13, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/loekd/ServiceFabric.Mocks/sessions/497fdc50-feeb-4fd2-a8f5-dfe091810bb8

Co-authored-by: abatishchev <351644+abatishchev@users.noreply.github.com>
Copilot AI changed the title [WIP] Update workflows to download newer version of SDK Update CI workflows to use the current Service Fabric SDK installer May 13, 2026
Copilot AI requested a review from abatishchev May 13, 2026 17:35
@abatishchev abatishchev marked this pull request as ready for review May 13, 2026 17:46
@abatishchev abatishchev requested a review from loekd as a code owner May 13, 2026 17:46
@abatishchev
Copy link
Copy Markdown
Collaborator

@loekd please take a look, all tests passed

@loekd loekd merged commit 477a157 into master May 17, 2026
4 checks passed
@loekd loekd deleted the copilot/update-sdk-version-in-workflows branch May 17, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflows download older version of SDK

3 participants